Y Combinator Open-Source QM: From Personal Agent to Company-Wide Multi-Person Collaboration Harness

On July 31, 2026, Y Combinator open-sourced its internally used QM (Multiplayer Agent Harness) under the MIT License. Unlike personal assistants, it is designed for entire companies: every employee and each Slack/project room has isolated memory, files, permissions and a persistent sandbox, with the same identity spanning both Slack and Web. Its core supports pluggable plugins like Pi, OpenCode, Codex and Claude Code, uses Postgres for persistence, and `qm init` enables deployment on your own Fly/AWS accounts. YC has already applied QM in accounting, legal, event and engineering work, and it hit over 500 points on Hacker News on its launch day. This article outlines its architecture, positioning differences from OpenClaw and Hermes, deployment and security strategies, and reminds readers that it is still an early-stage experiment.

Read More
xAI Open-Sources Grok Build: Fully Unveils Harness, TUI and Tooling Layer for Rust Coding Agents

On July 15, 2026, SpaceXAI open-sourced Grok Build (the coding Agent behind the grok CLI and its full-screen TUI) under the Apache 2.0 license. The repository xai-org/grok-build quickly gained over 20,000 stars. Based on official announcements and documentation, this article sorts out the Agent loop, tool layer, TUI, and Skills/MCP extension mechanism, introduces ACP integration, local compilation and custom model configuration, and conducts a horizontal comparison with Codex CLI and OpenCode, to help developers understand the architecture and usage of this heavyweight open-source coding Agent Harness.

Read More
xAI Open-Sources Grok Build: Full Harness of Terminal-Native Coding Agent Exposed

On July 15, 2026, xAI open-sourced the CLI, full-screen TUI and Rust agent runtime of Grok Build coding Agent under the Apache 2.0 license, and disclosed the complete harness implementations including context assembly, tool calling, Skills/Plugins/MCP extensions and so on. This article sorts out the repository architecture layering, extension system and local construction method, and explains the reasons why it has attracted attention as one of the GitHub AI trending repos in July, as well as how developers can make use of this source code.

Read More
OmniRoute Sees Over 9,000 Star Gains in a Week: Unifies 290+ Model Providers via Local AI Gateway

OmniRoute (diegosouzapw/OmniRoute) is one of the open source projects with the fastest growth in stars in the GitHub AI Agent category in July 2026, with an increase of approximately +9,200 in 7 days. This MIT-licensed local AI gateway aggregates over 290 model providers (including over 90 free tiers) through a single OpenAI-compatible endpoint, with built-in Combo automatic fallback, quota-aware routing, cost telemetry, and support for MCP/A2A. It can connect to programming agents such as Claude Code, Cursor and Codex. This article introduces the pain points of multi-model switching it solves, the core routing mechanism, quick start steps, as well as the security and trust boundaries during deployment.

Read More